home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue25 / survive / BUILDER1.DFM / BUILDER1.txt
Encoding:
Text File  |  1997-07-13  |  1021 b   |  55 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object DBGrid1: TDBGrid
  14.     Left = 25
  15.     Top = 68
  16.     Width = 320
  17.     Height = 120
  18.     DataSource = DataSource1
  19.     TabOrder = 0
  20.     TitleFont.Color = clWindowText
  21.     TitleFont.Height = -11
  22.     TitleFont.Name = 'MS Sans Serif'
  23.     TitleFont.Style = []
  24.   end
  25.   object DBNavigator1: TDBNavigator
  26.     Left = 149
  27.     Top = 14
  28.     Width = 240
  29.     Height = 25
  30.     DataSource = DataSource1
  31.     TabOrder = 1
  32.   end
  33.   object Button1: TButton
  34.     Left = 57
  35.     Top = 220
  36.     Width = 75
  37.     Height = 25
  38.     Caption = 'Button1'
  39.     TabOrder = 2
  40.     OnClick = Button1Click
  41.   end
  42.   object Table1: TTable
  43.     Active = True
  44.     DatabaseName = 'IBLOCAL'
  45.     TableName = 'EMPLOYEE'
  46.     Left = 31
  47.     Top = 7
  48.   end
  49.   object DataSource1: TDataSource
  50.     DataSet = Table1
  51.     Left = 74
  52.     Top = 11
  53.   end
  54. end
  55.